database/sql.driverConn.onPut (field)
5 uses
database/sql (current package)
sql.go#L524: onPut []func() // code (with db.mu held) run when conn is next returned
sql.go#L1426: c.onPut = append(c.onPut, func() {
sql.go#L1470: for _, fn := range dc.onPut {
sql.go#L1473: dc.onPut = nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)